HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentModeFrame (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/
ModePicker.java 58 private View mCurrentModeFrame;
93 mCurrentModeFrame = findViewById(R.id.current_mode);
94 if (mCurrentModeFrame != null) {
108 if (mCurrentModeFrame != null) {
109 mCurrentModeFrame.setOnClickListener(this);
128 mCurrentModeFrame.setVisibility(View.VISIBLE);
130 Util.fadeIn(mCurrentModeFrame, 0.3F, 1F, 100);
146 if (mCurrentModeFrame != null) {
156 mCurrentModeFrame.clearAnimation();
157 mCurrentModeFrame.setVisibility(View.GONE)
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 61 private View mCurrentModeFrame;
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 != null)
    [all...]

Completed in 1317 milliseconds