Searched refs:mDownloadable (Results 1 – 2 of 2) sorted by relevance
47 private boolean mDownloadable; field in Config60 mDownloadable = mSharedPref.getBoolean(KEY_DOWNLOADABLE, false); in init()84 mDownloadable = downloadable; in update()88 mSharedPref.edit().putBoolean(KEY_DOWNLOADABLE, mDownloadable).apply(); in update()99 if (mDownloadable) { in resetEmojiCompat()146 return mCompatEnabled && mDownloadable; in isDownloadable()
35 private Switch mDownloadable; field in ConfigLayout94 mDownloadable = findViewById(R.id.useDownloadable); in init()95 mDownloadable.setChecked(Config.get().isDownloadable()); in init()96 mDownloadable.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() { in init()126 mDownloadable.isChecked(), mIndicator.isChecked()); in fireListener()