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

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControl.java 195 int zoomType = (index < mZoomIndex) ? ZOOM_OUT : ZOOM_IN;
196 if (((zoomType == ZOOM_IN) && (mZoomIndex != mZoomMax)) ||
197 ((zoomType == ZOOM_OUT) && (mZoomIndex != 0))) {
198 mListener.onZoomStateChanged(zoomType);
  /external/pdfium/fpdfsdk/src/javascript/
Document.h 97 FX_BOOL zoomType(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
320 JS_STATIC_PROP(zoomType, Document);
Document.cpp 91 JS_STATIC_PROP_ENTRY(zoomType)
    [all...]

Completed in 82 milliseconds