Searched refs:widgetIndex (Results 1 – 3 of 3) sorted by relevance
85 int widgetIndex, in FormEditRecord() argument91 this.mWidgetIndex = widgetIndex; in FormEditRecord()240 @IntRange(from = 0) int widgetIndex) { in Builder()242 Preconditions.checkArgument(widgetIndex >= 0, "Invalid widgetIndex."); in Builder()245 this.mWidgetIndex = widgetIndex; in Builder()
97 int widgetIndex, in FormWidgetInfo() argument109 this.mWidgetIndex = widgetIndex; in FormWidgetInfo()353 @IntRange(from = 0) int widgetIndex, in Builder()358 mWidgetIndex = widgetIndex; in Builder()
731 public FormWidgetInfo getFormWidgetInfoAtIndex(@IntRange(from = 0) int widgetIndex) { in getFormWidgetInfoAtIndex()733 return mPdfProcessor.getFormWidgetInfoAtIndex(mIndex, widgetIndex); in getFormWidgetInfoAtIndex()