Searched refs:mWidgetType (Results 1 – 1 of 1) sorted by relevance
77 private final @WidgetType int mWidgetType; field in FormWidgetInfo108 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.Builder357 mWidgetType = widgetType; in Builder()[all …]