Home
last modified time | relevance | path

Searched refs:mWidgetType (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/models/
DFormWidgetInfo.java77 private final @WidgetType int mWidgetType; field in FormWidgetInfo
108 this.mWidgetType = widgetType; in FormWidgetInfo()
124 mWidgetType = in.readInt(); in FormWidgetInfo()
143 return mWidgetType; in getWidgetType()
240 mWidgetType, in hashCode()
257 return mWidgetType == other.mWidgetType in equals()
276 + "\n\ttype=" + mWidgetType + "\n\tindex=" + mWidgetIndex + "\n\trect=" in toString()
291 dest.writeInt(mWidgetType); in writeToParcel()
327 private final @WidgetType int mWidgetType; field in FormWidgetInfo.Builder
357 mWidgetType = widgetType; in Builder()
[all …]