Lines Matching defs:this
5 * you may not use this file except in compliance with the License.
64 // increment. This is used when switching between camera, camcorder, and
77 // The activity is paused. The classes that extend this class should set
85 // The activity is going to switch to the specified camera id. This is
91 protected ScreenNail mCameraScreenNail; // This shows camera preview.
98 // Secure album id. This should be incremented every time the camera is
160 mCameraDevice = Util.openCamera(ActivityBase.this, mCameraId);
177 // This must be set before we call super.onCreate(), where the window's
187 // Check if this is in the secure camera mode.
192 // Use a new album when this is started from the lock screen.
241 mActionBar = new GalleryActionBar(this);
293 PopupManager.removeInstance(this);
344 mStorageHint = OnScreenHint.makeText(this, message);
360 // Call this after setContentView.
394 // Call this after setContentView.
427 // We cannot set this as GONE because we want to receive the
487 if (Util.getDisplayRotation(this) % 180 == 0) {
560 mCameraScreenNail = new CameraScreenNail(this);
582 return ActivityBase.this.onSingleTapUp(x, y);
585 // This is used to notify that the screen nail will be drawn in full screen
589 ActivityBase.this.onFullScreenChanged(full);
599 ActivityBase.this.onPreviewTextureCopied();
604 ActivityBase.this.onCaptureTextureCopied();
614 return ActivityBase.this.isPanoramaActivity();