Searched refs:mBackgroundGrid (Results 1 – 1 of 1) sorted by relevance
45 private GridView mBackgroundGrid; field in EffectSettingPopup71 mBackgroundGrid = (GridView) findViewById(R.id.effect_background); in onFinishInflate()125 mBackgroundGrid.setVisibility(View.VISIBLE); in initialize()130 mBackgroundGrid.setAdapter(backgroundItemAdapter); in initialize()131 mBackgroundGrid.setOnItemClickListener(this); in initialize()154 mBackgroundGrid.setItemChecked(mBackgroundGrid.getCheckedItemPosition(), false); in reloadPreference()169 mBackgroundGrid.setItemChecked(i, true); in reloadPreference()188 } else if (parent == mBackgroundGrid) { in onItemClick()