Searched refs:mBackgroundGrid (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DEffectSettingPopup.java47 private GridView mBackgroundGrid; field in class:EffectSettingPopup
73 mBackgroundGrid = (GridView) findViewById(R.id.effect_background);
127 mBackgroundGrid.setVisibility(View.VISIBLE);
132 mBackgroundGrid.setAdapter(backgroundItemAdapter);
133 mBackgroundGrid.setOnItemClickListener(this);
157 mBackgroundGrid.setItemChecked(mBackgroundGrid.getCheckedItemPosition(), false);
172 mBackgroundGrid.setItemChecked(i, true);
191 } else if (parent == mBackgroundGrid) {
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DEffectSettingPopup.java47 private GridView mBackgroundGrid; field in class:EffectSettingPopup
73 mBackgroundGrid = (GridView) findViewById(R.id.effect_background);
127 mBackgroundGrid.setVisibility(View.VISIBLE);
132 mBackgroundGrid.setAdapter(backgroundItemAdapter);
133 mBackgroundGrid.setOnItemClickListener(this);
157 mBackgroundGrid.setItemChecked(mBackgroundGrid.getCheckedItemPosition(), false);
172 mBackgroundGrid.setItemChecked(i, true);
191 } else if (parent == mBackgroundGrid) {
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DEffectSettingPopup.java45 private GridView mBackgroundGrid; field in class:EffectSettingPopup
71 mBackgroundGrid = (GridView) findViewById(R.id.effect_background);
125 mBackgroundGrid.setVisibility(View.VISIBLE);
130 mBackgroundGrid.setAdapter(backgroundItemAdapter);
131 mBackgroundGrid.setOnItemClickListener(this);
154 mBackgroundGrid.setItemChecked(mBackgroundGrid.getCheckedItemPosition(), false);
169 mBackgroundGrid.setItemChecked(i, true);
188 } else if (parent == mBackgroundGrid) {

Completed in 165 milliseconds