HomeSort by relevance Sort by last modified time
    Searched defs:OisSample (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/params/
OisSample.java 28 public final class OisSample {
30 * Create a new {@link OisSample}.
32 * <p>{@link OisSample} contains the timestamp and the amount of shifts in x and y direction,
53 public OisSample(final long timestamp, final float xShift, final float yShift) {
90 * Check if this {@link OisSample} is equal to another {@link OisSample}.
102 } else if (obj instanceof OisSample) {
103 final OisSample other = (OisSample) obj;
121 * Return the OisSample as a string representation
    [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 728 milliseconds