Searched refs:mWidgetCellWithAddButton (Results 1 – 1 of 1) sorted by relevance
79 @Nullable private WidgetCell mWidgetCellWithAddButton = null; field in BaseWidgetSheet144 if (mWidgetCellWithAddButton != null) { in onClick()145 if (mWidgetCellWithAddButton.isShowingAddButton()) { in onClick()147 mWidgetCellWithAddButton.hideAddButton(/* animate= */ true); in onClick()152 mWidgetCellWithAddButton = null; in onClick()156 if (mWidgetCellWithAddButton != wc) { in onClick()167 mWidgetCellWithAddButton = mWidgetCellWithAddButton != wc ? wc : null; in onClick()168 if (mWidgetCellWithAddButton != null) { in onClick()169 mLastSelectedWidgetItem = mWidgetCellWithAddButton.getWidgetItem(); in onClick()