Tabnine Logo
GestureDetector.isScaling
Code IndexAdd Tabnine to your IDE (free)

How to use
isScaling
method
in
com.oginotihiro.cropview.gestures.GestureDetector

Best Java code snippets using com.oginotihiro.cropview.gestures.GestureDetector.isScaling (Showing top 2 results out of 315)

origin: oginotihiro/cropview

@Override
public void onDrag(float dx, float dy) {
  if (mDragScaleDetector.isScaling()) {
    return;
  }
  mSuppMatrix.postTranslate(dx, dy);
  checkAndDisplayMatrix();
}
origin: wangyisll/TessTwoDemo

@Override
public void onDrag(float dx, float dy) {
  if (mDragScaleDetector.isScaling()) {
    return;
  }
  mSuppMatrix.postTranslate(dx, dy);
  checkAndDisplayMatrix();
}
com.oginotihiro.cropview.gesturesGestureDetectorisScaling

Popular methods of GestureDetector

  • onTouchEvent
  • setOnGestureListener

Popular in Java

  • Finding current android device location
  • onCreateOptionsMenu (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • setRequestProperty (URLConnection)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • JTextField (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now