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

/packages/apps/LegacyCamera/src/com/android/camera/
H A DModePicker.java61 private View mCurrentModeFrame; field in class:ModePicker
95 mCurrentModeFrame = findViewById(R.id.current_mode);
96 if (mCurrentModeFrame != null) {
110 if (mCurrentModeFrame != null) {
111 mCurrentModeFrame.setOnClickListener(this);
126 mCurrentModeFrame.setVisibility(View.VISIBLE);
138 if (mCurrentModeFrame != null) {
144 mCurrentModeFrame.setVisibility(View.GONE);
159 if (view == mCurrentModeFrame) {
195 if (mCurrentModeFrame !
[all...]

Completed in 31 milliseconds