Skip to content

Instantly share code, notes, and snippets.

@jashsu
Created October 6, 2013 05:29
Show Gist options
  • Save jashsu/6849899 to your computer and use it in GitHub Desktop.
Save jashsu/6849899 to your computer and use it in GitHub Desktop.
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
// Source File Name: HiddenViewConfiguration.java
package com.google.glass.hidden;
import android.view.ViewConfiguration;
// Referenced classes of package com.google.glass.hidden:
// MethodInvoker
public final class HiddenViewConfiguration
{
private HiddenViewConfiguration()
{
}
public static long getDeviceTapTimeout(ViewConfiguration viewconfiguration)
{
MethodInvoker methodinvoker = new MethodInvoker(viewconfiguration, "getDeviceTapTimeout");
Object aobj[] = new Object[0];
return ((Long)methodinvoker.invoke(aobj)).longValue();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment