OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSmoothZoomSupported
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/src/com/android/camera/ui/
ZoomControl.java
61
private boolean
mSmoothZoomSupported
;
105
if (!
mSmoothZoomSupported
) mHandler.removeCallbacks(mRunnable);
137
mSmoothZoomSupported
= smoothZoomSupported;
153
if (
mSmoothZoomSupported
) {
179
if (!
mSmoothZoomSupported
) {
195
if (
mSmoothZoomSupported
) {
/packages/apps/Camera/src/com/android/camera/
Camera.java
115
private boolean
mSmoothZoomSupported
= false;
492
mZoomControl.setSmoothZoomSupported(
mSmoothZoomSupported
);
501
if (
mSmoothZoomSupported
) {
[
all
...]
VideoCamera.java
254
private boolean
mSmoothZoomSupported
= false;
[
all
...]
Completed in 264 milliseconds