All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.text.style.SubscriptSpan Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.text.style;
public class SubscriptSpan
  extends android.text.style.MetricAffectingSpan
  implements android.text.ParcelableSpan
{
public  SubscriptSpan() { throw new RuntimeException("Stub!"); }
public  SubscriptSpan(android.os.Parcel src) { throw new RuntimeException("Stub!"); }
public  int getSpanTypeId() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  void updateDrawState(android.text.TextPaint tp) { throw new RuntimeException("Stub!"); }
public  void updateMeasureState(android.text.TextPaint tp) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy