com.xtremelabs.robolectric.shadows
Class ShadowTypedValue

java.lang.Object
  extended by com.xtremelabs.robolectric.shadows.ShadowTypedValue

@Implements(value=android.util.TypedValue.class)
public class ShadowTypedValue
extends java.lang.Object


Constructor Summary
ShadowTypedValue()
           
 
Method Summary
static float applyDimension(int unit, float value, android.util.DisplayMetrics metrics)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShadowTypedValue

public ShadowTypedValue()
Method Detail

applyDimension

@Implementation
public static float applyDimension(int unit,
                                                  float value,
                                                  android.util.DisplayMetrics metrics)