Searched refs:mDownloadable (Results 1 – 2 of 2) sorted by relevance
46 private boolean mDownloadable; field in Config59 mDownloadable = mSharedPref.getBoolean(KEY_DOWNLOADABLE, false); in init()83 mDownloadable = downloadable; in update()87 mSharedPref.edit().putBoolean(KEY_DOWNLOADABLE, mDownloadable).apply(); in update()98 if (mDownloadable) { in resetEmojiCompat()145 return mCompatEnabled && mDownloadable; in isDownloadable()
34 private Switch mDownloadable; field in ConfigLayout93 mDownloadable = findViewById(R.id.useDownloadable); in init()94 mDownloadable.setChecked(Config.get().isDownloadable()); in init()95 mDownloadable.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in init()125 mDownloadable.isChecked(), mIndicator.isChecked()); in fireListener()