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/LegacyCamera/src/com/android/camera/ui/
ZoomControl.java
60
private boolean
mSmoothZoomSupported
;
104
if (!
mSmoothZoomSupported
) mHandler.removeCallbacks(mRunnable);
136
mSmoothZoomSupported
= smoothZoomSupported;
152
if (
mSmoothZoomSupported
) {
178
if (!
mSmoothZoomSupported
) {
194
if (
mSmoothZoomSupported
) {
/packages/apps/LegacyCamera/src/com/android/camera/
Camera.java
120
private boolean
mSmoothZoomSupported
= false;
496
mZoomControl.setSmoothZoomSupported(
mSmoothZoomSupported
);
505
if (
mSmoothZoomSupported
) {
[
all
...]
VideoCamera.java
263
private boolean
mSmoothZoomSupported
= false;
[
all
...]
Completed in 37 milliseconds