Home
last modified time | relevance | path

Searched refs:mDownloadable (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/samples/SupportEmojiDemos/src/main/java/com/example/android/support/text/emoji/
DConfig.java47 private boolean mDownloadable; field in Config
60 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()
DConfigLayout.java35 private Switch mDownloadable; field in ConfigLayout
94 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()